home *** CD-ROM | disk | FTP | other *** search
- ;----------------------------------------------------------------------
- ;----------------------------------------------------------------------
- ;
- ; Filename: netsf.inf
- ;
- ; Date created: 26 Feb 2003
- ;
- ; Version: 1.01
- ;
- ; URL: http://bandwidthcontroller.com
- ;
- ; Description: INF file for Bandwidth Controller NDIS protocol component.
-
- ; Copyright: Matt Johns (support@bandwidthcontroller.com)
- ;
- ;----------------------------------------------------------------------
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
- Provider = %Company%
- DriverVer = 07/02/2001,5.00.2071.1
-
- [Manufacturer]
- %Company% = COMPANY
-
- [COMPANY]
- %Bcim_Desc% = Bcim.ndi, bcim
-
- [Bcim.ndi]
- AddReg = Bcim.ndi.AddReg, Bcim.AddReg
- Characteristics = 0x4410
- CopyFiles = Bcim.Files.Sys
-
- [Bcim.ndi.Remove]
- DelFiles = Bcim.Files.Sys
-
- ; File copy
- [SourceDisksNames]
- 1 = %DiskDescription%,"",,
-
- [SourceDisksFiles]
- bcim.sys = 1
- netsf_m.inf = 1
-
- [DestinationDirs]
- DefaultDestDir = 12
- Bcim.Files.Sys = 12 ; %windir%\System32\drivers
-
- [Bcim.Files.Sys]
- bcim.sys,,,2
-
- [InfSourcePathInfo]
- OriginalInfSourcePath = %1%
-
- ; Filter Install
-
- [Bcim.ndi.AddReg]
- HKR, Ndi, HelpText, , %Bcim_HELP%
- HKR, Ndi, FilterClass, , failover
- HKR, Ndi, FilterDeviceInfId, , bcimmp
- HKR, Ndi, Service, , Bcim
- HKR, Ndi\Interfaces, UpperRange, , noupper
- HKR, Ndi\Interfaces, LowerRange, , nolower
- HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet"
- ;HKR, Ndi\Interfaces, LowerExclude, , "ndisatm, ndiscowan, ndiswan, ndiswanasync, ndiswanipx, ndiswannbf"
-
- [Bcim.AddReg]
- HKR, Parameters, Param1, 0, 4
-
- [Strings]
- Company = "Bandwidth Controller"
- DiskDescription = "Bandwidth Controller Installation Disk"
-
- Bcim_Desc = "Bandwidth Controller kernel component"
- Bcim_HELP = "Bandwidth COntroller kernel component"
-
- ;----------------------------------------------------------------------
- ;----------------------------------------------------------------------
-